home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libwv-1.2-3 / README < prev   
Encoding:
Text File  |  2005-10-13  |  2.4 KB  |  71 lines

  1. Read INSTALL for install information, basically pretty standard
  2. requirements for a modern *NIX program plus libwmf to convert
  3. wmf files to something useful.
  4.  
  5. There are now a small herd of programs based upon libwv. AbiWord
  6. (http://www.abisource.com/) is the most interesting and complete
  7. one that we're aware of.
  8.  
  9. 1) wvWare: this is what you are looking for, it converts
  10. Word 2,6,7,8,9 files to html and latex. The Word 2 conversion
  11. is still incomplete (no formatting), but it will do a passable
  12. job extracting the text, which is what you probably want anyway.
  13.  
  14. 2) The small army of helper scripts:
  15.     wvHtml
  16.     wvLatex
  17.     wvCleanLatex
  18.     wvPS
  19.     wvDVI
  20.     wvPDF
  21.     wvMime
  22.     wvText
  23.     ...
  24.    Do: `man wvXXX` where "XXX" is Html, Latex, etc.. for more information
  25.  
  26. 3) wvSummary, displays the summary information stream of *all*
  27. ole2 files, i.e Excel, PowerPoint, Visio, Access etc etc etc,
  28. I've sent wvSummary as a patch to the file program, so that utility
  29. should in the future have this ability to know what windows application
  30. created the ole2 document. `man wvSummary`
  31.  
  32. 4) wvVersion, outputs the version of the word format which the document
  33. is stored as. `man wvVersion`
  34.  
  35. Also...
  36.  
  37. 5) There are helper applications in the helper-scripts dir
  38. that allow both lynx and netscape to view word 8 docs easily
  39.  
  40. 6) The webpage is at http://wvware.sourceforge.net/
  41.  
  42. Finally...
  43.  
  44. 7) libwv can be used as a library by third party programs, abiword
  45. uses it as its word importer, and kword may use it in the future.
  46. wvWare is a sample application for the use of wv, as is abiword
  47. itself. The library (will be some day) documented in the 
  48. Documentation dir
  49.  
  50. 8) The config file format is (beginning to be) documented in the
  51. Documentation dir, so it may be possible to achieve the conversion
  52. that you desire without writing your own program. It also allows
  53. you to customize the html and latex output to your own tastes.
  54.  
  55. Some possible "fun" projects:
  56.  
  57. (Projects for someone to try out with libwv include, could be
  58. commercial applications)
  59.  
  60. a) wvMacroRemove, deletes macros out of word files, for the security
  61. concious
  62.  
  63. b) wvFastToFull, converts fastsaved docs to full saved, shrinking their
  64. size usually by quite a lot, and also making them safe for security 
  65. consious firms
  66.  
  67. c) wvCrackProtection, take the wvDecrypt97 code and make a cracker
  68. that uses the rc4 algorithm and other known bit of information to
  69. crack word documents, ala http://www.crak.com
  70.  
  71.